home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fix402s.zip / READ.ME < prev    next >
Text File  |  1994-04-01  |  14KB  |  330 lines

  1.                                                           read.me 4-94
  2.             
  3.             
  4.             
  5.             
  6.                                FIX 4.02 README          Page 1 of 5
  7.  
  8.                  NovaLogic(TM)             (503)524-9184
  9.                  13585 SW Pommel Ct        novalogic@teleport.com
  10.                  Beaverton, OR 97005-7231
  11.             
  12.            OVERVIEW
  13.            --------
  14.             FIX is a simple file maintenance utility that will find
  15.             and replace occurrences of any byte string in any size or
  16.             type of MS-DOS[1] file.  The command line syntax form is:
  17.             
  18.                       >FIX [-q|-c|-f] FINDSTRING REPLACESTRING
  19.                                [d:][path]FILENAME [d:][path][outfile]
  20.             example:
  21.                       >fix "Smith" "Smythe" report.txt
  22.             
  23.             An on-line help screen may be displayed by entering the
  24.             FIX command with no arguments.
  25.             
  26.             
  27.            QUICK START
  28.            -----------
  29.              (1) Install the FIX file set in a directory on your
  30.                  system's hard disk.  If you have the Shareware
  31.                  configuration of FIX the file set must be "unzipped"
  32.                  from the distribution file FIX402.ZIP.  If you have
  33.                  the Registered or Licensed configuration the files
  34.                  may be simply copied from the distribution disk.
  35.                  
  36.              (2) Include the FIX directory in your system's search
  37.                  path for executable files.  (Insert the directory
  38.                  path in the "PATH ..." statement in the AUTOEXEC.BAT
  39.                  file located in the root directory of your hard
  40.                  disk.)  Then reboot your system.
  41.                  
  42.              (3) Execute the command: >FIX for guidance in using the
  43.                  FIX program.  Execute the command: >FIXUTILS for an
  44.                  overview of the included batch utilities.
  45.                  
  46.                  
  47.            THREE CONFIGURATIONS OF FIX
  48.            ---------------------------
  49.             FIX is offered in three configurations with progressively
  50.             greater functionality as follows:
  51.             
  52.              (1) FIX 4.02S - the SHAREWARE configuration: provides
  53.                  full basic function; includes a set of complementary
  54.  
  55.             ____________________
  56.                  [1] FIX is a trademark of NovaLogic.  NovaLogic is a
  57.             trademark of John F Crist.  MS-DOS is a trademark of
  58.             Microsoft Corp.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. ::
  66.  
  67.             
  68.             
  69.             
  70.             
  71.                                FIX 4.02 README          Page 2 of 5
  72.  
  73.  
  74.                  batch utilities; and displays a promotional screen
  75.                  after random executions of the program.
  76.              
  77.              (2) FIX 4.02R - the REGISTERED configuration: eliminates
  78.                  the random promotional screen; includes 3 alternate
  79.                  operating modes; includes delimited findstring
  80.                  option; includes a larger set of  batch utilities.
  81.                  
  82.              (3) FIX 4.02L - the LICENSED configuration: adds multi-
  83.                  file capability by accepting the wildcards (*) and
  84.                  (?) in file names; includes 2 exclusive replacestring
  85.                  options in addition to delimited findstring; may be
  86.                  licensed on multiple computers for commercial appli-
  87.                  cation.
  88.                  
  89.                  
  90.            VERSION HISTORY
  91.            ---------------
  92.             FIX 4.00 1July1993
  93.                    - First version distributed publicly.
  94.             FIX 4.01 1Aug1993
  95.                    - More complementary batch utilities included with
  96.                      Registered and Licensed configurations.
  97.             FIX 4.02 1April1994
  98.                    - Three alternate modes of operation added to
  99.                      Registered and Licensed configurations.
  100.                    - Delimited findstring option provided with Regis-
  101.                      tered and Licensed configurations.
  102.                    - Two exclusive replacestring options provided with
  103.                      Licensed configuration.
  104.             
  105.             
  106.            INSTALLATION
  107.            ------------
  108.             The SHAREWARE configuration is distributed in a compressed
  109.             .ZIP file.  The REGISTERED and LICENSED configurations are
  110.             distributed as a set of files on a diskette.  Follow
  111.             instructions appropriate to your configuration of FIX.
  112.             
  113.             The following instructions assume you are reasonably
  114.             proficient in the use of MS-DOS, and are able to use a
  115.             text editor to examine and modify text files.
  116.             
  117.              (1) Start up your computer and make the target drive
  118.                  (where you want to install FIX) the "current" drive.
  119.                  Example: >C: (the DOS prompt is ">", you enter "C:"
  120.                  followed by the <Enter> key).
  121.                  
  122.              (2) Create a new file directory on the target drive to
  123.                  hold the FIX file set.  Example: >MAKDIR \FIX
  124.                  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. ::
  132.  
  133.             
  134.             
  135.             
  136.             
  137.                                FIX 4.02 README          Page 3 of 5
  138.  
  139.  
  140.              (3) Make the newly created directory the "current"
  141.                  directory.  Example: >CD \FIX
  142.                  
  143.              (4) If you are loading FIX from a distribution diskette,
  144.                  insert the diskette in an external drive of the
  145.                  appropriate size.  Example: insert the diskette in
  146.                  drive A: and close drive door.
  147.                  
  148.              (5) Copy the FIX distribution file set from the source
  149.                  drive into the current (C:\FIX) directory:
  150.                  
  151.                  For the SHAREWARE configuration you must decompress
  152.                  the distribution .ZIP file using the PKUNZIP[2]
  153.                  utility.  Example: >PKUNZIP A:FIX402
  154.                  
  155.                  For the REGISTERED or LICENSED configurations you
  156.                  simply copy the file set from the distribution disk
  157.                  into the current directory.  Example: >COPY A:*.*
  158.                  
  159.              (6) Include the new FIX directory in your system's
  160.                  "search path".  Use any text editor to examine the
  161.                  AUTOEXEC.BAT file in your computer's root directory.
  162.                  Look for the statement that begins with the word
  163.                  "PATH" followed by a space, followed by a sequence of
  164.                  directory path specs separated by semi-colons ";".
  165.                  Use the editor to add the path of the new FIX
  166.                  directory to the existing PATH statement.  Example:
  167.                     before -  PATH C:\DOS;C:\WORD;C:\PKZIP
  168.                     after  -  PATH C:\DOS;C:\WORD;C:\PKZIP;C:\FIX
  169.                  If your AUTOEXEC.BAT file has no PATH statement, use
  170.                  the editor to insert one.  Example:  PATH C:\FIX
  171.                  
  172.                  Including the FIX directory in your computer's search
  173.                  path will enable you to run FIX from any directory on
  174.                  any disk drive on your computer.
  175.                  
  176.             As an alternative to installing FIX in its own directory,
  177.             you may install copies of the distribution files in an
  178.             existing directory that is already on your system's search
  179.             path.  This will simplify initial installation at the
  180.             expense of complicating any future updates if there is
  181.             other software in the directory.
  182.             
  183.             
  184.  
  185.             ____________________
  186.                  [2] PKUNZIP is a trademark of PKWare Inc, 9025 N
  187.             Deerwood Dr, Brown Deer, WI 53223  (414)354-8699.  These
  188.             instructions assume you are a registered user of the file
  189.